From 7145dab4eabadee43a269fa2c624fef3ea23b145 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 25 Oct 2006 20:40:49 +0100 Subject: [PATCH] Fix preamble -- get_by_short_name is now called get_by_name_label. Signed-off-by: Ewan Mellor --- docs/xen-api/presentation.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xen-api/presentation.tex b/docs/xen-api/presentation.tex index bca69f9cfb..0072704646 100644 --- a/docs/xen-api/presentation.tex +++ b/docs/xen-api/presentation.tex @@ -127,9 +127,9 @@ values. \item Each class has a {\tt get\_by\_uuid(uuid)} RPC that returns the object of that class that has the specified {\tt uuid}. -\item Each class that has a {\tt short\_name} field has a -``{\tt get\_by\_short\_name(name)}'' RPC that returns a set of objects of that -class that have the specified {\tt name}. +\item Each class that has a {\tt name\_label} field has a +``{\tt get\_by\_name\_label(name)}'' RPC that returns a set of objects of that +class that have the specified {\tt label}. \item Each class has a ``{\tt to\_XML()}'' RPC that serialises the state of all fields as an XML string. -- 2.30.2